CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - snake greedy

搜索资源列表

  1. GreedSnake

    0下载:
  2. A small game -- greedy snake , using MVC Pattern, which is suit for primary learner. It contains source code.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:19316
    • 提供者:Jack
  1. b

    0下载:
  2. 实现金典的贪吃蛇游戏,能记录最高的得分记录,能够实现贪吃本身游戏的控制功能,-To achieve Golden Snake game, to record the highest score recorded to achieve their own greedy game control,
  3. 所属分类:Other Games

    • 发布日期:2017-04-13
    • 文件大小:2217
    • 提供者:xfly
  1. tanshishe

    0下载:
  2. 贪食蛇的c程序源代码,初学者编写,有待改进-Be greedy for the c procedure source code of eating the snake, the raw recruit writes and need to improve
  3. 所属分类:Other Games

    • 发布日期:2017-04-02
    • 文件大小:2247
    • 提供者:邹治本
  1. SnakeGame

    0下载:
  2. 贪吃蛇,能完全实现贪吃蛇所有功能,训练了贪心算法-Snake, can fully realize all the features of the Snake, the training of the greedy algorithm. !
  3. 所属分类:Games

    • 发布日期:2017-04-04
    • 文件大小:12158
    • 提供者:刘刚
  1. greedysnake

    0下载:
  2. 贪吃蛇游戏,一个用java语言开发的简单游戏-greedy snake game
  3. 所属分类:Other Games

    • 发布日期:2017-04-16
    • 文件大小:20684
    • 提供者:hx
  1. 1

    0下载:
  2. 一条贪吃的蛇在一个n*m的网格中游走,它只能从一个方格走向另一个相邻的方格,这里相邻的意思是两个方格有公共边。每个方格可以看作是一个房间,其中一些是空的,一些存放有苹果。贪吃的蛇根本不进入空的房间,而进入有苹果的房间后就可以带走所有苹果使房间成为空的。蛇从一个指定的房间出发,最终回到它的家,把一路带来的苹果存储到家中,当然,它希望带来的苹果最多。请编写程序,输入有整数n和m,及n*m的一个矩阵,矩阵元素数值中有一个是 -1,表示蛇的出发位置,有一个是 -2,表示蛇的家的位置,其余数值是非负整数
  3. 所属分类:Other Games

    • 发布日期:2017-04-16
    • 文件大小:99138
    • 提供者:李明
  1. SnakeTest

    0下载:
  2. 采用贪心算法对Snake进行实现,能够分割出图像的边缘。-Greedy algorithm to achieve the Snake, and be able to split the edge of the image.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:51036
    • 提供者:陈丛辉
  1. Active-Contour-Segmentation

    0下载:
  2. Greedy Snake contour plus user interaction Active Contour Without Edges (Chan Vese) I implement these papers using matlab. I hope you enjoy :)
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1454810
    • 提供者:nbmnbm
  1. greedy-snake

    0下载:
  2. 绿色的贪吃蛇很好玩的小游戏 希望大家喜欢本程序基于labview-A very lovely smile screen display to bring a good mood, the procedure is relatively simple hope you like them.
  3. 所属分类:Other Games

    • 发布日期:2017-04-02
    • 文件大小:255746
    • 提供者:飞儿
  1. Utannchishhes

    0下载:
  2. 用VHDL语言编程与开发在EPM7128SLC8—15数电实验开发板上实现贪吃吃蛇游戏源码,附有EPM7128SLC8—15数电实验开发板的样图 -VHDL programming and development EPM7128SLC8-15 the number of electrical experimental development board greedy eating snake game source, accompanied by the development board
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:1076521
    • 提供者:空白
  1. lilys-Letter_snake

    0下载:
  2. DOS系统下的贪吃蛇游戏,通过键盘的控制来实现游戏控制,C++代码开发-greedy snake game
  3. 所属分类:Console

    • 发布日期:2017-11-14
    • 文件大小:1532246
    • 提供者:lily
  1. greedysnake

    0下载:
  2. 自己编写的一个贪食蛇游戏,基于TC,游戏难度会随着分数的累计上升,C语言的课程作业。-a program of greedy snake.
  3. 所属分类:Other Games

    • 发布日期:2017-12-09
    • 文件大小:1408423
    • 提供者:姚宁诗
  1. GreedySnake

    0下载:
  2. 贪吃蛇的源代码,可以直接使用,自己编写的啊啊啊 -greedy snake
  3. 所属分类:Ajax

    • 发布日期:2017-12-07
    • 文件大小:25276
    • 提供者:zhaojianpeng
  1. js_snake

    0下载:
  2. HTML+Javascr ipt开发的贪吃蛇小游戏,适合初学web前端Javascr ipt开发的人~-A Greedy Snake game made in HTML+Javascr ipt.Suitable for new learners in Javascr ipt.
  3. 所属分类:Other Games

    • 发布日期:2017-04-13
    • 文件大小:2388
    • 提供者:陈仲熠
  1. GreedySnake

    0下载:
  2. 简单的贪吃蛇游戏,可以成功运行于DEV变异环境,方便熟悉和更改设计思路。-Easily designed game Greedy Snake.It has been operated successfully in DEV environment.It can help you be familiar with this game and change the idea to redesign it.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-13
    • 文件大小:2206
    • 提供者:fengsibo
  1. greedy-greedy-snake

    0下载:
  2. python完成的贪食蛇小游戏,比较简单,未使用pygame-python completed little game is relatively simple, not using pygame
  3. 所属分类:Other Games

    • 发布日期:2017-04-16
    • 文件大小:21344
    • 提供者:Arvin
  1. graphics

    0下载:
  2. 贪吃蛇tc上运行成功,还有graphics.h和graphics.lib-greedy snake ,graphics.h and graphics.lib
  3. 所属分类:Other Games

    • 发布日期:2017-04-28
    • 文件大小:37567
    • 提供者:高泽斌
  1. tanchishe

    0下载:
  2. dos界面下的贪吃蛇游戏,运行时屏幕会闪,仅供参考-run on dos,greedy snake game
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-10
    • 文件大小:1175013
    • 提供者:鲁涛
  1. 12864

    0下载:
  2. 贪吃蛇游戏是经典手机游戏,既简单又耐玩。通过控制蛇头方向吃蛋,使得蛇变长,从而获得积分。 贪吃蛇钻井测井技术是一种运用旋转导向系统、随钻测井系统等的油气田定向钻井、随钻测井技术,可完成海上“丛式井”和复杂油气层的开采需求,大幅降低油气田开发综合成本。-Snake game is a classic mobile phone game, which is simple and playable. By controlling the direction of the snake to eat
  3. 所属分类:SCM

    • 发布日期:2017-04-26
    • 文件大小:57767
    • 提供者:229714423
  1. greedysnake

    0下载:
  2. 贪吃蛇小程序,C语言写的,适合初学者。 利用了数据结构中单链表结构。-a small game(greedy snake)for a green hand of C
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-07
    • 文件大小:1214352
    • 提供者:李泽龙
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com